home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / read115d.zip / READ.DOC < prev    next >
Text File  |  1995-12-21  |  31KB  |  736 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                          READ 1.15d -  by Robert E. May
  7.  
  8.  
  9.  
  10.                                   Read Page 1
  11.  
  12.         This product is ShareWare. If you find it useful, please consider
  13.         registering. The Read product may not be sold or packaged,
  14.         either individually, or as part of any other product without the
  15.         express written consent of the author.
  16.         Read may not be changed or altered and then distributed without
  17.         the express written consent of the author. READ.DOC and READ.REG
  18.         files must accompany READ.EXE whenever READ is distributed.
  19.  
  20.         Use Read, give it to your friends and upload it to bulletin boards.
  21.         If you use Read for more than a 15 day "trial" period, please
  22.         register it. Remember that Registration will be appreciated and
  23.         will help the author fund future versions of Read.
  24.         If Read is used for business purposes site licenses are available
  25.         on request.
  26.         Read is not cripple ware. It is fully functional in all ways as
  27.         you have received it.
  28.  
  29.  
  30.  
  31.      REGISTRATION:
  32.         Please send your $15.00 registration fee for Registering:
  33.         A seperate form with the file name READ.REG has been
  34.         provided for your Registration.
  35.         If you like Read and want to use it, send the $15 in with the
  36.         READ.REG form filled out.Please add $3 for Shipping and handling.
  37.         By Registering Read, you will receive:
  38.  
  39.         * a disk with the latest version of READ Personalized for you.
  40.  
  41.  
  42.         * technical support via phone, 9am thru 10pm CENTRAL
  43.           Monday thru Friday.
  44.  
  45.         Please submit your name and address, so I may notify you of new
  46.         releases.
  47.         Give disk size you want, 5-1/4 360k or 3-1/2 720k.
  48.         By Registering you will be helping keep the ShareWare concept
  49.         growing and be PROUD of yourself.
  50.  
  51.      DISCLAIMER:
  52.         READ is offered to you on an as-is-basis without any guarantee
  53.         as to the correct functioning or fitness for specific purposes.
  54.         The author believes this program to work as described but you
  55.         use the  program entirely at your own risk.  The author will 
  56.         not be responsible for any hardware or software damage, loss 
  57.         of data, or incidental or consequential damage that may result
  58.         from its use, whether or not such use is in accordance with the
  59.         instructions.
  60.                                  Read Page 2
  61.  
  62.      OTHER SOFTWARE
  63.         -NOTICE-    -NOTICE-
  64.         Entries involving the following CopyRighted materials are
  65.         associated with the mark (***).
  66.         Any, or all are supported by Read, if present.
  67.         (***)FV.COM is supported and is copyrighted by Vernon D. Buerg
  68.         (***)PKUNZIP is supported and is copyrighted by PkWare.
  69.         (***)ARJ is supported and is copyrighted by Robert K. Jung
  70.         (***)LHA is supported and is copyrighted by Haruyasu Yoshizaki
  71.         (***)Q.EXE(Quick Edit) is supported and is copyrighted by SemWare.
  72.         (***)VPIC.EXE is supported and copyrighted by Bob Montgomery.
  73.  
  74.         Read will use one or all of the foregoing programs if they
  75.         are in your DOS path. Otherwise, Read will ignore the
  76.         commands for using these programs.
  77.  
  78.         The foregoing are excellent programs and are obtainable
  79.         from bulletin boards or ShareWare distributors such as
  80.         Public Brand SoftWare.
  81.  
  82.    
  83.      GETTING STARTED:
  84.  
  85.      COPYING READ:
  86.      In the following examples, **DO NOT** include (Enter) in your commands.
  87.      (Enter) has been included to indicate that you should press
  88.      the Enter key at that time.
  89.  
  90.      Copy the .EXE file to your working disk, or into a subdirectory on your
  91.      hard disk. Select a subdirectory that is in your DOS PATH and you will
  92.      be able to use READ from anywhere on your system.
  93.  
  94.      You may  rename READ.EXE any  convenient name,  such as
  95.      R.EXE,  RD.EXE, or just leave  it as READ.EXE.
  96.      For example, place the READ disk in drive A: and enter the commands:
  97.  
  98.             A: (Enter)
  99.             COPY READ.EXE C:\ (Enter)
  100.  
  101.      to copy READ to the root directory of your C: drive.
  102.  
  103.      Start Read by typing
  104.      READ (Enter)
  105.  
  106.      Another approach would be to make READ it's own subdirectory.
  107.      Place the READ disk in drive A:
  108.  
  109.      From, hard drive C:
  110.      CD\ (Enter)
  111.      MD READ (Enter)
  112.      CD READ (Enter)
  113.      COPY A:READ.EXE (Enter)
  114.                                 Read Page 3
  115.  
  116.      Then modify your AUTOEXEC.BAT file as follows.
  117.      Add this line.
  118.  
  119.      SET PATH = C:\READ;
  120.      With this approach you would, once again, be able to run READ
  121.      from anywhere in your system.
  122.  
  123.      PRINTING READ.DOC:
  124.  
  125.      To print the READ.DOC, set your printer for six lines per inch,
  126.      and 10 characters per inch.(the usual default setting)
  127.      Then, use redirection.
  128.      example,
  129.  
  130.  
  131.                         TYPE READ.DOC > PRN (Enter)
  132.  
  133.      You may also use redirection in another way.
  134.      example,
  135.                         COPY READ.DOC PRN (Enter)
  136.  
  137.     CONFIG.SYS:
  138.  
  139.     You should have a config.sys file in the root directory of
  140.     drive C:
  141.     The config.sys file should have the following entries:
  142.     FILES=20
  143.     BUFFERS=10
  144.     You may create the config.sys file with EDLIN or DOS 5 EDIT.
  145.     Be sure the file is a pure ASCII file such as the foregoing editors
  146.     create.
  147.     For further instruction on AUTOEXEC.BAT and CONFIG.SYS files
  148.     see your DOS manual.
  149.  
  150.  
  151.          -----------------------------------------------------------------
  152.                                      Read
  153.                             Some notes on printing.
  154.          -----------------------------------------------------------------
  155.  
  156.     In the following documentation all non printable characters have
  157.     been changed. Hopefully, with not too much loss of instruction.
  158.     Most printers will not print hex 10 thru 20 so:
  159.  
  160.     ^  means up arrow, v means down arrow and >> is a pointer,
  161.     < left arrow and > right arrow.
  162.     Shading is used for selections in Read. I have used > , since
  163.     the shading will not print. Also, lines have been changed to ---  (dash)
  164.  
  165.                                      Read Page 4
  166.      ----------------------------------------------------------------------
  167.                                        Read
  168.     The following illustrates the root directory of drive C: in a computer
  169.     where Read was tested.
  170.      ----------------------------------------------------------------------
  171.                                                                             
  172.     Total Entries: 47         Volume Label DISK_C         Mon Dec 21, 1992
  173.                             Directory of C:\*.*                             
  174.     Entry Number: 15         Files have 428118 Bytes      Time: 06:02:11 PM
  175.                                                                             
  176.                                                                             
  177.        [AP]           [FD]           [EDOS]         [WALT]
  178.        [ARC]          [FDNODE]       [QEMM]         AUTOEXEC.BAT
  179.        [DATA]        >[FOX]          [RA]           COMMAND.COM
  180.        [BAT]          [GAMES]        [READ]         CONFIG.SYS
  181.        [BOB]          [GIF]          [READS]        IO.SYS
  182.        [C]            [LAN]          [SCAN]         MIRORSAV.FIL
  183.        [CDROM]        [LASER]        [SCIENCE]      MIRROR.BAK
  184.        [COM]          [MISC]         [SDOS]         MIRROR.FIL
  185.        [COPY]         [NA]           [COMPRESS]     MSDOS.SYS
  186.        [MENU]         [PCM]          [TC]           QDOS.LOG
  187.        [DOS]          [PCT]          [TEL]          WINA20.386
  188.        [ED]           [QA]           [TURBOC]
  189.                                                                             
  190.             Total Disk Space 130279424 bytes *** 55613440 bytes Free        
  191.      --------------------------------------------------------------------
  192.     |    Keys: > < ^v PgDn PgUp Enter(Chg Dir or Read File) Q)uit-F1 Help |
  193.     |              ||    Enter to Change Directory to C:\FOX              |
  194.      --------------------------- Unregistered ----------------------------
  195.                    ||
  196.                    |down arrow
  197.                    up arrow
  198.    In the entries [    ] indicates a directory. Just highlight it
  199.    and press the Enter key to change to that directory.
  200.    In the example above we are in 5 column mode. Press 2 for a 2 column
  201.    mode which will reveal File size, Date and Time.
  202.  
  203.                                    Read Page 5
  204.  
  205.     ---------------------------------------------------------------------
  206.                                     Read
  207.    The following shows the files in the BAT(batch) directory of drive C:
  208.    in a machine Read was tested on.
  209.  
  210.     ---------------------------------------------------------------------
  211.     Total Entries: 78         Volume Label DISK_C         Mon Dec 21, 1992
  212.                           Directory of C:\BAT\*.*                           
  213.     Entry Number: 19         Files have 1668095 Bytes     Time: 06:02:48 PM
  214.                                                                             
  215.                                                                             
  216.      [..]           BNU.COM        DR.COM         GIF.BAT        PARK.EXE
  217.      172B.BAT       BNU.SYS        DUPEA.BAT      KEYCFG.SET     PAY.BAT
  218.      2D.COM         CLEAN.EXE      DUPEB.BAT      L.COM          PCSHELL.BAT
  219.      4D.COM         COLDBOOT.COM   E.BAT          L.DOC          PRUNE.COM
  220.      720A.BAT       CONFIG.SYS     FDFORMAT.DOC   LTMOUSE.BAT    Q.BAT
  221.      720B.BAT       D.EXE          FDFORMAT.EXE   MOUSE.COM      CONFIG.DAT
  222.      800A.BAT      >DELAY.EXE      FDREAD.EXE     MSD.EXE        CONFIG.EXE
  223.      820A.BAT       DELE.BAT       FILL.EXE       MSMOUSE.BAT    DOS.BAT
  224.      AUTOEXEC.BAT   DIRMATCH.COM   FIND.EXE       MTEST.COM      EDIT.DOC
  225.      BBS.BAT        DISK.EXE       FLIP.COM       MUV.EXE        EDIT.TXT
  226.      BE.COM         DOSINP.DOC     FLIP.DOC       NO.COM         QM.BAT
  227.      BE.EXE         DOSINP.EXE     FRONT.BAT      PAN.EXE        R.EXE
  228.                                                                             
  229.             Total Disk Space 130279424 bytes *** 55613440 bytes Free        
  230.       ----------------------------------------------------------------------
  231.      |    Keys: > < ^v PgDn PgUp Enter(Chg Dir or Read File) Q)uit-F1 Help  |
  232.      |      READ >> (DELAY.EXE)     29776 Bytes Date 11/24/89 Time 16:35    |
  233.       --------------------------- Unregistered ----------------------------      ----------------------------------------------------------------------
  234.     Note in the above example:
  235.     Number of entries and entry you are at is shown. Location on the
  236.     hard drive (path) is shown. Date and running time are also shown.
  237.     Disk space and space free are shown above the status bar.
  238.     In the status bar note the information. File name, File size, date and
  239.     time  of last file change.
  240.     Just highlight the file you want to Read and press Enter.
  241.  
  242.            A summary of keys for mainpulation follows.
  243.      _________________________________________________________________
  244.    Move with Home, End, PgUp, PgDn - Up, Down, Left and Right Arrow keys
  245.  
  246.     Quit and save a screen by pressing Escape, X, or Q
  247.     Quit with a clear screen by pressing the F10 key
  248.  
  249.     Highlight and press Enter to Change Directories or Read Files
  250.  
  251.     Rename a File with the R key. B changes back from subdirectories
  252.     to the root
  253.                                                                             
  254.     Delete a file with the D key. Press 2 for two columns, 5 for five
  255.  
  256.     Copy a file with the C key. Alt-T Test a ZIP file's integrity
  257.                                       (***)
  258.     Move a file with the M key. SortDir with the S key. Alt R, Rename
  259.     a Directory. Ctl-M, Make a Directory. Ctl-R, Remove a Directory.
  260.     Highlight a zip file and press U to Pkunzip it.
  261.  
  262.                                  Read Page 6
  263.  
  264.  
  265.  
  266.                                                                             
  267.     Change Drive and Path by pressing the N key
  268.  
  269.     Tab or U Extract ARJ, LZH or ZIP archive contents to a specified path
  270.  
  271.     Shift-Tab  Read the Directory of an ARJ, LZH or ZIP file and Extract
  272.     files and Read them. (***)
  273.  
  274.     Alt-D Go to DOS, E Execute(Run) a File, Alt-S ScanDir, Alt-F10 Color Help
  275.                                                                             
  276.     Alt-A DOS commands, Alt-G view PICS, V view ZIP, ARC Etc Dir's
  277.                                  (***)         (***)
  278.  
  279.     A  Highlight a file and press A. The files Attributes will be displayed.
  280.  
  281.      ----------------------------------------------------------------------
  282.                                     Read
  283.      Color configuration while in the directory portion
  284.     -----------------------------------------------------------------------
  285.  
  286.  
  287.         Use Alt-F1 to toggle Text Foreground 
  288.                                                                             
  289.         Use Alt-F2 to toggle Text Background
  290.                                                                             
  291.         Use Alt-F3 to toggle Pointer High Light Colors
  292.                                                                             
  293.         Use Alt-F4 to toggle Status window Foreground
  294.                                                                             
  295.         Use Alt-F5 to toggle Status window Background
  296.                                                                             
  297.         Use Alt-P to Save your color changes
  298.         to READ.CFG. Read will use them next time.
  299.  
  300.                                   Read Page 7
  301.  
  302.  
  303.  
  304.      ------------------------------------------------------------------------
  305.                                      Read
  306.      The following shows a few lines from the Fido Nodelist for illustrative
  307.      purposes.
  308.      ------------------------------------------------------------------------
  309.  
  310.      
  311.    17,Fido_V12_Software_Help,Centreville_VA,Tim_Jasionowski,1-703-222-0180,240
  312.    18,Qtach2/QNX_Help,Jamison_PA,Thomas_Lynch,1-215-491-0919,9600,CM,HST,XA
  313.    19,Maximus_Help,Orleans_ON,Chris_Grainger,1-613-830-2802,9600,CM,XA,HST,V32
  314.    20,RemoteAccess_Help_USA,Tulsa_OK,Bruce_Bodger,1-918-254-6618,9600,CM,XA,HS
  315.    22,TIMS_Help,Littleton_CO,G_W_Funk,1-303-973-9454,9600,CM,XA,HST
  316.    24,GSBBS_Help,Holcomb_NY,Michelangelo_Jones,1-716-657-7443,9600,CM,XA,V32,V
  317.    25,ProFlex_Help,San_Diego_CA,Joe_Pasquarello,1-619-587-9825,9600,CM,XX,HST,
  318.    28,Star-Net/Paragon_Help,N_Grafton_MA,Eric_Drewry,1-508-839-4597,9600,CM,XW
  319.     -------------------------------------------------------------------------
  320.    | Keys: >< ^v PgDn PgUp End Home M)ark F)ind Q)uit-F1 Help [NODELIST.353] |
  321.    |  T 450   H 0             File Date 12/21/92 @ 06:03:46                  |
  322.     -------------------------------------------------------------------------
  323.     Note that that the top line is 450.(T 450). Horizontal position
  324.     is H 0. You may scroll left or right by using the left and right arrow
  325.     keys. Ctrl Right arrow will go to H 0 again.
  326.     The following is a summary of key strokes.
  327.     -------------------------------------------------------------------
  328.  
  329.     Use PgUp, PgDn, Home, End - Up, Down, Left and Right Arrow keys
  330.     Quit with a clear screen by pressing the Escape, X or Q key
  331.     Quit and save the screen by pressing the F10 key
  332.  
  333.  
  334.     F or / to Find text(non-case sensitive), S for case sensetive search
  335.                              F3 to Find again 
  336.  
  337.     Go to DOS by using the Alt-D key combination
  338.  
  339.     Press M to MARK a screen starting at the top of the screen
  340.     Press DN Arrow, Up Arrow, Ctl End or PgDn to MARK the section you want
  341.     Press U to Unmark text at any time
  342.     Press M after MARKING and you will be prompted for
  343.     a F)ile, P)rinter, S)ame File or N)othing. Choose  F, P, S or N.
  344.     Your MARKED screen will be sent to a File, the Printer or cleared
  345.     Ctl-T toggles Tab expansion off and one. The default is expand Tabs.
  346.     Ctl-LF Arrow, all the way left. Ctl-RT Arrow, all the way right.
  347.     Alt-E invokes Editor. Alt-R toggles ruler. Alt-L goes to a line.
  348.             (***)
  349.     Grey + moves active Ruler down, Grey - moves active Ruler up.
  350.     T means Top line #, H means Horizontal Pos, and L means last line #
  351.     --------------------------------------------------------------------
  352.                                  Read Page 8
  353.  
  354.  
  355.     EXTENDED DETAILS:
  356.  
  357.     Read is primarily for viewing ASCII files.
  358.     It will read binary file...ie com, exe Etc. but will do no searches
  359.     or mark and copy segments.
  360.  
  361.     CAPACITY:
  362.  
  363.     Read will Read ASCII files that have 50,000 lines.
  364.     Read has been tested on a text file with 48,671 lines and had no problems.
  365.     The file was over 6 megabytes long.
  366.     The max number of entries in a given directory is 512.
  367.     Of course, Scandir should still work on a CD-Rom.
  368.  
  369.     RENAME:
  370.  
  371.     Hilite the desired file and press the R key. You will be prompted
  372.     for a new name for the file. Type in the new DOS name and press
  373.     Enter and the file will be renamed.
  374.  
  375.     DELETE:
  376.  
  377.     Hilite the desired file and press the D key. You will be prompted "Delete
  378.     (Y/n)". If you press N the prompt disappears. If Y, the file will
  379.     be deleted from disk.
  380.  
  381.     MOVE:
  382.  
  383.     Hilite the desired file and press the M key. You will be prompted
  384.     for a new path for the file. Type in the new DOS path and press
  385.     Enter and the file will be copied to that location.
  386.     You will then be prompted as to whether to delete the file
  387.     or not - (Y/n). Y and it is deleted. N and it is not.
  388.  
  389.     NEW PATH:
  390.  
  391.     Press the N key and a prompt will appear. Type in a new drive and
  392.     path and you will be changed to that path on the new drive.
  393.  
  394.     DIRECTORY SORT:
  395.  
  396.     Directory Sort is invoked with the S Key
  397.  
  398.     F)ile, Sorts by Filename ( the default )
  399.  
  400.     E)xtension, Sorts by Extension. All files with say an extension of DOC
  401.     will be Grouped together. So will BAT, COM, EXE..Etc.
  402.  
  403.     D)ate, Sorts by date and time (Oldest first, Newest last ).
  404.  
  405.     S)ize, Sorts by number of bytes in files (Smallest first, Largest last)
  406.  
  407.     N)one, Sorts and leaves the directory very much the same as DOS
  408.     does.
  409.  
  410.                                  Read Page 9
  411.  
  412.  
  413.     GO TO DOS:
  414.  
  415.     Press the Alt-D combination and you will go into DOS shell mode.
  416.     Do what you want in DOS and type "EXIT" to return to Read.
  417.  
  418.     DOS COMMANDS:
  419.  
  420.     Alt-A makes it possible for the user to issue their own complete DOS
  421.     command.
  422.  
  423.  
  424.     COLORS:
  425.  
  426.     Alt-F10 actuates the color help screen.
  427.     Read can be configured for colors on a more permanent basis.
  428.     Wherever, you put Read on your Hard Drive a small file named READ.CFG
  429.     will be created, if you choose to make colors permanent. (Come up same
  430.     every time. )
  431.     Read may be renamed R.EXE or what you like..the READ.CFG will be created
  432.     anyway. You may update colors any time you wish and READ.CFG will change.
  433.     Configure for the colors you want and then use Alt-P to write your
  434.     selections to READ.CFG
  435.  
  436.     GO TO A LINE:
  437.  
  438.     Read will go to the line in text you specify. (Doesn't work for Binary
  439.     files )
  440.     Use the Alt-L key combination and you will be prompted for the Line Number
  441.     you want to go to.
  442.  
  443.     FV.COM(***)
  444.  
  445.     Read incorporates viewing ARCHIVE Directories such as ZIP, LZH and Etc.
  446.  
  447.     Requirement:
  448.     You MUST have Vernon Buerg's FV.COM in your DOS path.
  449.     Viewing is brought on with the Alt-V key combination.
  450.     Obtaining FV.COM is the Read user's responsibility.
  451.  
  452.     VPIC.EXE(***)
  453.  
  454.                                  Read Page 10
  455.  
  456.     Read incorporates viewing PICs such as GIF, PCX
  457.     Etc.
  458.     Requirement:
  459.     You MUST have Bob Montgomery's VPIC.EXE in your DOS path and
  460.     VPIC must be configured for your monitor and card. Montgomery's
  461.     vpic viewer must also be named VPIC.EXE
  462.     Viewing is brought on with the Alt-G key combination.
  463.     You may view every PIC in a directory. You'll be returned to Read
  464.     when you exit VPIC.
  465.     VPIC is available on most BBS's as VPICxxx.ZIP. Obtaining that
  466.     program is the Read user's responsibility.
  467.  
  468.     ATTRIBUTES:
  469.  
  470.     High Light a Directory or a file in directory mode and press A.
  471.     The file or directory's attributes will be shown.
  472.     (ie Hidden, System and Etc.)
  473.  
  474.     Q.EXE(***)
  475.     Read incorporates Editing the file you
  476.     are Reading.
  477.     Quick Edit must be in your DOS path as Q.EXE
  478.     The Editing will begin at the Bottom line appearing on the
  479.     Read screen. After Editing your ASCII file you may see changes
  480.     by using the down arrow key.
  481.     Editing is brought on by the Alt-E key combination.
  482.     ( Doesn't work with Binary files such as COM and EXE. )
  483.  
  484.     Requirement:
  485.     You must have Q.EXE.
  486.     This file is contained in QEDITxxx.ZIP, which is available on
  487.     bulletin boards.
  488.     Quick Edit is a fast, award winning ShareWare Editor and is
  489.     in very wide use. I reccommend it to anyone wanting a good
  490.     fast editor.
  491.     Note:
  492.     Read should be swell for revising text items.
  493.     Items may be found quickly with Read and then use Quick
  494.     Edit from within Read to edit. Should make editing fast since
  495.     Read delivers one to the right place in the text for Q.EXE
  496.     to edit. Make changes with Quick Edit and use Alt-Y to save
  497.     them. Then use Alt-X to exit Quick Edit back to Read.
  498.  
  499.  
  500.     SCANDIR:
  501.  
  502.     Read Scans Directories and gives a report containing total
  503.     directories, total files, clusters occupied by files, disk space
  504.     occupied by files and Etc.(Hidden, system, read-only files not included)
  505.  
  506.     Example:
  507.     I have FoxPro installed on drive C: in a directory I named FOX just
  508.     off the root of C:. FoxPro has a multitude of Sub-directories.
  509.     With ScanDir in Read, all I have to do is change directory with Read
  510.     to C:\FOX and use the Alt-S Key. ScanDir, scans the C:\FOX
  511.     dir and all it's Sub-directories, and I can find out how much disc
  512.     space FoxPro is actually using.
  513.  
  514.                                      Read Page 11
  515.  
  516.  
  517.     PKUNZIP(***)
  518.  
  519.     Read will test the integrity of a ZIP file or Pkunzip a ZIP file.
  520.     PkWare's PKUNZIP.EXE is required in the DOS path and must be
  521.     named PKUNZIP.EXE
  522.     The Test is brought on by the Alt-T key combination.
  523.     Pkunzip a file by using the U key. A prompt for path will appear.
  524.     leave the path blank for present directory or enter path.
  525.  
  526.     DIRECTORY COLUMNS:
  527.   
  528.     The directory has a two column or five column display (default)
  529.     Press 2 for a two column directory display or 5 for 5 columns.
  530.     Two columns is handy for comparing file dates, sizes and time.
  531.  
  532.     SCREEN BLANKER:
  533.  
  534.     Read has a screen blanker. The Directory screen blanks after
  535.     one minute with no keys pressed.
  536.     The blanking is done with "Press any Key" showing. From all I can
  537.     find out myself, this sort of blank is the easiest on monitors.
  538.  
  539.     MONO MODE:
  540.  
  541.     The use of /M is supported on the command line.
  542.     READ /M brings Read up in Mono mode. Try mono mode if you
  543.     have color difficulty.
  544.  
  545.     RULER:
  546.  
  547.     The ruler is toggled on and off by using Alt-R
  548.     The ruler position is at 10 from the top of the
  549.     screen enabling one to measure the number of spaces in a
  550.     given line you are viewing.
  551.     Grey + moves active Ruler down, Grey - moves active Ruler up.
  552.  
  553.     TEXT SEARCH:
  554.  
  555.     Read will do a case sensitive search of ASCII files.
  556.     The case sensitive search is brought on by pressing the S key
  557.     while reading an ASCII file.
  558.  
  559.     Example:
  560.     / or F would prompt for input. Type in JOHN DOE and if John Doe
  561.     exists, Read will find it.(non-case sensitive)
  562.     S would prompt for input, but JOHN DOE would be found only if
  563.     the text has JOHN DOE in it.(case sensitive)
  564.  
  565.     PRINT A WHOLE FILE:
  566.  
  567.     Press Shift-P to print a whole file (ASCII only). If you make a
  568.     mistake and need to stop printing press Q. Printing is done
  569.     to LPT1.
  570.                                  Read Page 12
  571.  
  572.  
  573.  
  574.     MARKING TEXT:
  575.  
  576.     Press M to MARK a screen starting at the top of the screen
  577.     Use the Dn Arrow, Up Arrow, Ctl End or PgDn keys to MARK the section you
  578.     want. Ctl End will mark the remainder of the file. Hit any Key to STOP!
  579.     The marked area will appear in inverse video. (Light Gray) and the area
  580.     may be revised with the Up and Down Arrow Keys.
  581.     You may press U to Unmark text at any time.
  582.  
  583.     Use M after MARKING the text you want and you will be prompted for
  584.     a F)ile, P)rinter , S)ame File or N)othing.
  585.  
  586.     Press F and you will be prompted for a DOS file name. Type in
  587.     the file name and press enter. The marked text will be copied to
  588.     the file you chose. This sort of marking may be done repeatedly
  589.     as the text will be appended to the end of the file if it already
  590.     exists. You may use Same File if you want to use the same file name
  591.     you entered previously wit the F option.
  592.     Use P and your marked text will be sent to the printer. (LPT1
  593.     is the printer port used)
  594.  
  595.     Press N and the screen will be unmarked. N is just a feature in
  596.     the event you change your mind.
  597.  
  598.     EXECUTE (Run) A FILE:
  599.  
  600.     Hilite the desired file and press the Space Bar.
  601.     You may enter command line parameters, if any. Also if you change
  602.     your mind about running the file press Escape in command parameters.
  603.     The file will be Run(invoked). Of course the file must be a BAT,
  604.     COM or EXE file. Use L to toggle a directory of BAT, COM and EXE
  605.     files off and on.
  606.  
  607.     RENAME A DIRECTORY
  608.  
  609.     Hilite the desired directory and use Alt-R. You will be prompted
  610.     for a new name for the given directory. Type in up to 8 characters
  611.     and press Enter and the directory will be renamed.
  612.  
  613.     CREATE A DIRECTORY
  614.  
  615.     Use the Ctl-M and you will be prompted for a new directory
  616.     name. Type in up to 8 character and press Enter.
  617.     The directory name you entered will be created. Of course,
  618.     the directory name you chose must not duplicate a directory
  619.     that already exists.
  620.                                  Read Page 13
  621.  
  622.  
  623.     REMOVE A DIRECTORY
  624.  
  625.     Hilite the directory you wish to remove and use the Ctl-R key
  626.     combination. The directory will be removed.
  627.     In this instance, the direcory you are removing must not have
  628.     any files in it and must have no subdirectories.
  629.     If files or a subdirecory exist, you will be notified of that
  630.     fact and then returned to the Read directory.
  631.  
  632.  
  633.     GO BACK TO ROOT DIRECTORY.
  634.  
  635.     If you are in a directory or subdirectory, just press the B
  636.     key and you will be moved to the root diectory immediately.
  637.  
  638.     WILDCARDS
  639.  
  640.     Read will now accept command line wildcards as long as * is included.
  641.     Example:
  642.     Read C:\NEW\*.DOC
  643.     Will cause Read to open all files in the C:\NEW directory with the
  644.     extension DOC. Each file will be opened in turn. Move to the next file
  645.     by pressing X or Escape. Break up the procedure by pressing F10.
  646.     Read C:\NEW\L*.DOC Should filter so that only files beginning with L and
  647.     ending with DOC are included.
  648.  
  649.  
  650.     WRAP TEXT
  651.  
  652.     Read will read text lines longer than 80 characters by wrapping
  653.     them so the screen is full.
  654.     The W key toggles the wrapping on and off.
  655.     No marking may be done with wrap on.
  656.     Also, the left and right arrow keys are not active with wrap on,
  657.     since there is no need to scroll to the right.
  658.     With WRAP ON the line count shown is not accurate!
  659.     
  660.     TOGGLE TAB EXPANSION
  661.  
  662.     Ctl-T  Toggles Tab Expansion. The default for Tab Expansion
  663.     is Expand Tabs.
  664.  
  665.     EXTRACT ARCHIVE
  666.     ARJ(***)
  667.     LZH(***)
  668.     ZIP(***)
  669.     Highlight the archive you wish to extract and Press the
  670.     Tab key.
  671.     You will be prompted for a path for extraction of the files
  672.     in the archive.
  673.     ARJ.EXE, LHA.EXE and/or PKUNZIP.EXE must be in your DOS path for
  674.     the extraction to take place.
  675.     Otherwise, the commands will be ignored.
  676.  
  677.                                  Read Page 14
  678.  
  679.  
  680.     EXTRACT or VIEW File
  681.     ARJ(***)
  682.     LZH(***)
  683.     ZIP(***)
  684.     Highlight the archive you wish to view or extract from and Press
  685.     Shift-Tab key combination.
  686.     A directory of the Archive will be presented on the screen.
  687.     Align the arrow with the file you wish to Extract and Read
  688.     and press Enter to Read the file.
  689.     ARJ.EXE, LHA.EXE and/or PKUNZIP.EXE must be in your DOS path for
  690.     the extraction to take place.
  691.     Otherwise, the commands will be ignored.
  692.  
  693.         WARNING:
  694.     Read creates temporary files in the directory you are in.
  695.     If you are unsure of space available, copy the Archive to be
  696.     acted on to a directory on your Hard Drive.
  697.     Needless to say, this feature was not meant for floppies
  698.     and NO write protects as Read will crash.
  699.  
  700.     NOTES ON UNCOMPRESSION
  701.  
  702.     To Uncompress a file, hilite the file and press the Tab key.
  703.     You will be prompted for the Path to uncompress the file to.
  704.     If the file chosen does not have an ARJ, LZH or ZIP extension,
  705.     you will be prompted for the compression used.
  706.     Example:
  707.     Suppose you hilite the file SOMETHING.EXE and press the Tab key,
  708.     you will be prompted as follows:
  709.  
  710.     Is SOMETHING.EXE (A)RJ, (L)ZH ,(Z)IP or (Q)uit
  711.  
  712.     If you are uncertain just Press Q and the process is over.
  713.     Otherwise choose the Compression technique used.
  714.  
  715.                                  Read Page 15
  716.  
  717.  
  718.  
  719.     READ.EXE was written and compiled with Turbo C++ version 3.0
  720.  
  721.     READ.EXE was compressed with LZEXE v0.91, compliments of
  722.     Fabrice BELLARD from GRABELS(FRANCE).
  723.  
  724.     The program has been tested with machines using the 8088, 80286
  725.     80386 and 80486 processors.
  726.  
  727.     Read will run under DOS versions 3.3, 4.01, 5.0, 6.0 and 6.2.
  728.     Older versions have not been tested.
  729.  
  730.     The program has been tested with Mono, CGA, EGA and VGA monitors.
  731.  
  732.     The program uses conventional DOS memory and has been tested
  733.     on machines with 512 and 640k DOS memory.
  734.  
  735.  
  736.